Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.platform.TemplateSources.summary.contrib--actions

This contribution is part of XML component org.nuxeo.platform.TemplateSources.summary.contrib inside nuxeo-template-rendering-jsf-9.10.jar /OSGI-INF/layouts-summary-contrib.xml

Documentation

Contribute the "Renditions" widget to the summary

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="summary_current_document_renderable_templates" order="920" type="widget">
          <category>SUMMARY_PANEL_RIGHT</category>
          <properties>
            <property name="widgetName">summary_current_document_renderable_templates</property>
          </properties>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <documentation>
      Contribute the "Renditions" widget to the summary
    </documentation>

    <action id="summary_current_document_renderable_templates" order="920" type="widget">
      <category>SUMMARY_PANEL_RIGHT</category>
      <properties>
        <property name="widgetName">summary_current_document_renderable_templates</property>
      </properties>
    </action>

  </extension>